home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 343_01 / cips.tre < prev    next >
Text File  |  1992-04-26  |  29KB  |  586 lines

  1.  
  2.  
  3.  
  4. C-DOC                                                 04-28-1992 18:42 Page 1
  5.  
  6. Defined Routines, SUMMARY Graphic TREEs (of CALLER/CALLED flow Structure)
  7. *************************************************************************
  8.                            
  9.     67 cips.c            1 main 
  10.                            │  
  11.    439 cips.c            2 ├──clear_text_screen 
  12.                          3 │  │.._setvideomode _setbkcolor _settextcolor 
  13.                                  _clearscreen 
  14.                            │  
  15.    491 cips.c            4 ├──show_menu 
  16.                          5 │  │..printf 
  17.                            │  
  18.     24 numcvrt.c         6 ├──get_integer 
  19.                            │  │  
  20.     19 rstring.c         7 │  ├──read_string 
  21.                          8 │  │  │..getchar 
  22.                            │  │  
  23.     37 numcvrt.c         9 │  ├──int_convert 
  24.                         10 │  │  │..is_blank is_digit to_decimal 
  25.                            │  
  26.     40 gin.c            11 ├──get_image_name 
  27.                            │  │  
  28.     41 rstring.c        12 │  ├──clear_buffer 
  29.     19 rstring.c        13 │  ├──read_string { 7 }
  30.                            │  │  
  31.     95 gin.c            14 │  ├──extract_directory_name 
  32.                         15 │  │  │..strncpy 
  33.                         16 │  │..printf sprintf strlen 
  34.                            │  
  35.     30 tiff.c           17 ├──read_tiff_header 
  36.                            │  │  
  37.     30 mrw.c            18 │  ├──my_read 
  38.                         19 │  │  │..read 
  39.                            │  │  
  40.    231 tiff.c           20 │  ├──extract_long_from_buffer 
  41.                            │  │  
  42.    276 tiff.c           21 │  ├──extract_short_from_buffer 
  43.                         22 │  │..open lseek close printf 
  44.     19 rstring.c        23 ├──read_string { 7 }
  45.     40 gin.c            24 ├──get_image_name { 11 }
  46.                            │  
  47.     30 gpcips.c         25 ├──get_parameters 
  48.                            │  │  
  49.     74 gpcips.c         26 │  ├──show_parameters 
  50.                         27 │  │  │..printf 
  51.     24 numcvrt.c        28 │  ├──get_integer { 6 }
  52.                         29 │  │..printf 
  53.                            │  
  54.     39 rtiff.c          30 ├──read_tiff_image 
  55.     30 tiff.c           31 │  ├──read_tiff_header { 17 }
  56.                            │  │  
  57.    180 rtiff.c          32 │  ├──seek_to_first_line 
  58.                         33 │  │  │..lseek 
  59.                            │  │  
  60.    113 rtiff.c          34 │  ├──read_line 
  61.                         35 │  │  │..read 
  62.                            │  │  
  63.  
  64. C-DOC                                                 04-28-1992 18:42 Page 2
  65.  
  66.    203 rtiff.c          36 │  ├──seek_to_end_of_line 
  67.                         37 │  │  │..lseek 
  68.                         38 │  │..open lseek close printf 
  69.                            │  
  70.    460 cips.c           39 ├──show_image 
  71.     24 numcvrt.c        40 │  ├──get_integer { 6 }
  72.                         41 │  │..printf 
  73.     40 gin.c            42 ├──get_image_name { 11 }
  74.     30 gpcips.c         43 ├──get_parameters { 25 }
  75.     39 rtiff.c          44 ├──read_tiff_image { 30 }
  76.                            │  
  77.     50 pi.c             45 ├──print_image 
  78.                            │  │  
  79.     87 pi.c             46 │  ├──perform_printing 
  80.                            │  │  │  
  81.     51 rstring.c        47 │  │  ├──long_clear_buffer 
  82.                            │  │  │  
  83.     88 fwrite.c         48 │  │  ├──my_fwriteln 
  84.                         49 │  │  │  │..putc 
  85.                            │  │  │  
  86.    172 pi.c             50 │  │  ├──print_column_header 
  87.     51 rstring.c        51 │  │  │  ├──long_clear_buffer { 47 }
  88.                            │  │  │  │  
  89.     33 strappnd.c       52 │  │  │  ├──append_string 
  90.     88 fwrite.c         53 │  │  │  ├──my_fwriteln { 48 }
  91.                         54 │  │  │  │..sprintf 
  92.     33 strappnd.c       55 │  │  ├──append_string { 52 }
  93.     88 fwrite.c         56 │  │  ├──my_fwriteln { 48 }
  94.    172 pi.c             57 │  │  ├──print_column_header { 50 }
  95.     51 rstring.c        58 │  │  ├──long_clear_buffer { 47 }
  96.     88 fwrite.c         59 │  │  ├──my_fwriteln { 48 }
  97.                         60 │  │  │..printf sprintf putc 
  98.                         61 │  │..strcpy fopen printf fclose 
  99.     40 gin.c            62 ├──get_image_name { 11 }
  100.     30 tiff.c           63 ├──read_tiff_header { 17 }
  101.     30 gpcips.c         64 ├──get_parameters { 25 }
  102.                            │  
  103.    321 display.c        65 ├──display_menu_for_display_image 
  104.     24 numcvrt.c        66 │  ├──get_integer { 6 }
  105.     19 rstring.c        67 │  ├──read_string { 7 }
  106.                         68 │  │..printf strcpy 
  107.                            │  
  108.     46 display.c        69 ├──display_image 
  109.                            │  │  
  110.    100 hist.c           70 │  ├──zero_histogram 
  111.     39 rtiff.c          71 │  ├──read_tiff_image { 30 }
  112.                            │  │  
  113.    121 hist.c           72 │  ├──calculate_histogram 
  114.     19 rstring.c        73 │  ├──read_string { 7 }
  115.                            │  │  
  116.    489 display.c        74 │  ├──map_16_shades_of_gray 
  117.                         75 │  │  │.._setvideomode _remappalette 
  118.                            │  │  
  119.    861 display.c        76 │  ├──map_64_shades_of_gray 
  120.     39 rtiff.c          77 │  ├──read_tiff_image { 30 }
  121.    121 hist.c           78 │  ├──calculate_histogram { 72 }
  122.                            │  │  
  123.  
  124. C-DOC                                                 04-28-1992 18:42 Page 3
  125.  
  126.    531 display.c        79 │  ├──transform_the_colors 
  127.                            │  │  │  
  128.     53 hist.c           80 │  │  ├──perform_histogram_equalization 
  129.                            │  │  
  130.    440 display.c        81 │  ├──display_image_portion 
  131.                         82 │  │  │.._setcolor _setpixel 
  132.                            │  │  
  133.    325 hist.c           83 │  ├──display_histogram 
  134.                         84 │  │  │.._setcolor _setpixel _setlinestyle _moveto 
  135.                                     _lineto 
  136.     19 rstring.c        85 │  ├──read_string { 7 }
  137.     24 numcvrt.c        86 │  ├──get_integer { 6 }
  138.    439 cips.c           87 │  ├──clear_text_screen { 2 }
  139.                         88 │  │..printf _setvideomode _setlinestyle _setcolor 
  140.                                  _moveto _lineto _settextcolor _setbkcolor 
  141.                                  strlen _settextposition _outtext 
  142.     40 gin.c            89 ├──get_image_name { 11 }
  143.     30 tiff.c           90 ├──read_tiff_header { 17 }
  144.     30 gpcips.c         91 ├──get_parameters { 25 }
  145.    321 display.c        92 ├──display_menu_for_display_image { 65 }
  146.                            │  
  147.    501 ht.c             93 ├──get_threshold_value 
  148.     24 numcvrt.c        94 │  ├──get_integer { 6 }
  149.                         95 │  │..printf 
  150.                            │  
  151.     46 ht.c             96 ├──display_using_halftoning 
  152.    100 hist.c           97 │  ├──zero_histogram { 70 }
  153.     39 rtiff.c          98 │  ├──read_tiff_image { 30 }
  154.    121 hist.c           99 │  ├──calculate_histogram { 72 }
  155.     53 hist.c          100 │  ├──perform_histogram_equalization { 80 }
  156.                            │  │  
  157.    331 ht.c            101 │  ├──half_tone 
  158.                            │  │  │  
  159.    537 ht.c            102 │  │  ├──print_halftone_array 
  160.     88 fwrite.c        103 │  │  │  ├──my_fwriteln { 48 }
  161.                        104 │  │  │  │..strcpy fopen printf putc fclose 
  162.                        105 │  │  │.._setcolor _setpixel printf 
  163.    325 hist.c          106 │  ├──display_histogram { 83 }
  164.     19 rstring.c       107 │  ├──read_string { 7 }
  165.    439 cips.c          108 │  ├──clear_text_screen { 2 }
  166.                        109 │  │..printf _setvideomode 
  167.     40 gin.c           110 ├──get_image_name { 11 }
  168.     30 tiff.c          111 ├──read_tiff_header { 17 }
  169.     30 gpcips.c        112 ├──get_parameters { 25 }
  170.    321 display.c       113 ├──display_menu_for_display_image { 65 }
  171.                            │  
  172.